install python mac

24

curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
$ brew update && brew upgrade python 
$ brew install python3
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
curl https://bootstrap.pypa.io/pip/2.7/get-pip.py | python

Comments

Submit
0 Comments